Welcome![Sign In][Sign Up]
Location:
Search - b spline code

Search list

[PropertySheetB样条

Description: 序功能:实现B样条曲线的计算和显示..翻译 开发工具:VC 提供...·一个简单的绘图软件源代码..翻译 开发工具:VC 提供...·计算机图形学中用DDA与中点法画直线-sequence features : B-spline curve calculation and display .. Translation Tools : VC ... provide a simple mapping software source code development tools .. Translation : VC for using computer graphics ... DDA and the midpoint of paintings straight
Platform: | Size: 146449 | Author: 冷新风 | Hits:

[Graph program三次B样条曲线

Description: 用C语言编写的三次B样条曲线源代码!-C language prepared by the cubic B-spline curves source code!
Platform: | Size: 1223 | Author: 纯净水 | Hits:

[Graph program三次B样条曲线

Description: 用C语言编写的三次B样条曲线源代码!-C language prepared by the cubic B-spline curves source code!
Platform: | Size: 1024 | Author: 纯净水 | Hits:

[Documentsb样条

Description: 图形学B样条曲线代码-graphics B-spline curves code
Platform: | Size: 1024 | Author: 陈林 | Hits:

[Graph DrawingDrawB

Description: 用VC编写的圆弧样条,B样条曲线的绘制程序,在单文档中输入任意点,绘制出点间的圆弧样条曲线与B样条曲线-VC prepared by the arc-like, B-spline curve mapping procedures in a single document input arbitrary point and draw points of the circular spline curves and B-spline curves
Platform: | Size: 56320 | Author: 张sir | Hits:

[PropertySheetB样条

Description: 序功能:实现B样条曲线的计算和显示..翻译 开发工具:VC 提供...·一个简单的绘图软件源代码..翻译 开发工具:VC 提供...·计算机图形学中用DDA与中点法画直线-sequence features : B-spline curve calculation and display .. Translation Tools : VC ... provide a simple mapping software source code development tools .. Translation : VC for using computer graphics ... DDA and the midpoint of paintings straight
Platform: | Size: 146432 | Author: 冷新风 | Hits:

[Graph DrawingBBBspline

Description: 关于B样条曲线曲面的生成代码。希望对大家的学习能有所帮助。如有什么问题请与我取得联系。QQ:67298170-on B-spline curves and surfaces generated code. We hope that the right learning can be helped. If anything, please contact me. QQ : 67298170
Platform: | Size: 1761280 | Author: baopeng | Hits:

[CSharpB3_curves

Description: 三次B样条曲线是曲线学中一个重要的部分,它不但保留了Bezier曲线的优点,而且克服了其不具备局部性质的缺点,能更好地表示与设计自由型曲线曲面,通过几个控制点的移动能形成不同的曲线.-Three B-spline curve learning curve is an important part, it not only retains the advantages of Bezier curves, but do not have to overcome the local nature of its shortcomings, be better able to express freedom of type and design of curves and surfaces, through a number of control points to the formation of the movement of different curves.
Platform: | Size: 162816 | Author: 厉鑫 | Hits:

[OpenGL programerik_ferner

Description: Erik Ferner采用VC++与OPENGL开发的三维漫游软件,效果十分棒,带全套源代码,程序将把你带到圣诞树、森林、房子中漫游,摄影机沿着 B-Spline 曲线运动,十分平滑。灯光、火焰效果也是非常不错的。-Erik Ferner used VC++ With OPENGL roaming developed three-dimensional software, the effect of a very stick, with a full set of source code, the program will bring your Christmas tree, forest, roam the house, the cameras along the B-Spline curve movement, very smooth . Lighting, the flame effect is also very good.
Platform: | Size: 2205696 | Author: vrmlcode | Hits:

[Special EffectsLee

Description: Lee的经典的多分辨率B样条拟合方法(multi-level B-spline fitting)的VC源代码。广泛应用于图形图像处理,CAD等领域。-Lee s classic multi-resolution B-spline fitting method (multi-level B-spline fitting) of the VC source code. Widely used in graphic image processing, CAD and other fields.
Platform: | Size: 2721792 | Author: yangocean | Hits:

[3D GraphicB-splineApproximation

Description: B-spline曲线、曲面的插值和逼近算法以及B-spline曲线、曲面的显示。代码是matlab格式的。-B-spline curve, surface interpolation and approximation algorithm, as well as B-spline curve, surface display. Code matlab format.
Platform: | Size: 8192 | Author: yang | Hits:

[Graph Drawingcode

Description: 绘制B样条曲线,可以由控制点画,也有反求控制点的-Rendering B-spline curve can be controlled by the stipple, but also have control points in Reverse
Platform: | Size: 37888 | Author: 杨小汕 | Hits:

[Mathimatics-Numerical algorithmsB

Description: 是计算B样条函数的一个源代码,搞数值计算的时候对样条函数进行计算-Is the calculation of B-spline function as a source code, carry out numerical calculation of the time calculated spline function
Platform: | Size: 6144 | Author: 呼盼 | Hits:

[Graph programSpline

Description: 样条曲线的算法C++代码实现,包含三个文件spline.cpp/spline.h/spline_prb.cpp,其中sline_prb为测试程序。此库中包含常见的多项式样条、hemitt样条、B样条等八种样条算法。devc++/vc/gcc下均通过-Spline curve algorithm C++ Code, including the three documents spline.cpp/spline.h/spline_prb.cpp, which sline_prb for the test procedure. This library contains the common polynomial spline, hemitt spline, B-spline, such as eight-spline algorithm. devc++/vc/gcc adopted under
Platform: | Size: 41984 | Author: rene | Hits:

[3D GraphicBSpline

Description: OpenGL实现B样条曲线曲面,可看控制点,基函数,并且阶次可以自动升降,并添加纹理,光照等模式-OpenGL to achieve B-spline curves and surfaces, if we look at control points, basis functions, and can automatically order take-off and landing, and add texture, light, such as model
Platform: | Size: 8349696 | Author: 孙雷 | Hits:

[2D GraphicB-spline-approximation

Description: 一个可以将给定2D曲线图像转化为B样条曲线的程序。需要opencv支持 内含程序源码、用户手册、算法原理文档、样例以及结果文档-A simple code about B-spline approximation.
Platform: | Size: 3625984 | Author: sunjing | Hits:

[Special EffectsB-Spline

Description: 2次B样条曲线和3次B样条曲线的matlab绘制,适用于初学者-Two B spline curve and cubic b-spline curve realization code, debugging through matlab, apply for beginners
Platform: | Size: 1024 | Author: 李铭 | Hits:

[OpenGL programB-spline-curve-drawing

Description: 本代码就是计算机图形学中的知识进行汇总,绘制B样条曲线-This code is the knowledge of computer graphics to carry on the summary, b-spline curve drawing
Platform: | Size: 44032 | Author: ma | Hits:

[OpenGL programBezier-B-spline

Description: VS下opengl实现Bezier曲面和B-spline曲面绘制,支持鼠标三位变换。源代码。-Under VS opengl achieve Bezier surfaces and B-spline surface rendering, support for mouse three transformations. Source code.
Platform: | Size: 3072 | Author: 小柚汁 | Hits:

[Windows Develop三次四阶b样条插值算法(Deboor算法)

Description: 本代码为三次B样条曲线插值算法,ZIP压缩包为整个工程,可直接使用(This code is cubic B-spline curve interpolation algorithm, ZIP compression package for the whole project, can be used directly.)
Platform: | Size: 39255040 | Author: 陈哈 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net